home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’92 / PatchWorks Kit / <PatchWorks++> / TestExtension.h < prev    next >
Text File  |  1992-04-21  |  408b  |  30 lines

  1. /*
  2.     TestExtension.h
  3.     
  4.     Aids the development of INIT resources.
  5.     
  6.     Currently only stubs out call to ShowIconFamily.
  7.     
  8.     by Mouse Herrell
  9.     
  10.     © 1991 Berkeley Systems Inc.
  11. */
  12.  
  13. #ifndef    __TEST_EXTENSION__
  14. #define __TEST_EXTENSION__
  15.  
  16. #if __option(a4_globals)
  17. #error
  18. #endif
  19.  
  20. #include "Extension.h"
  21.  
  22. #if 0
  23. #undef    PatchTrap
  24. #define PatchTrap    new ScalperPatch->Install
  25. #endif
  26.  
  27. void ShowIconFamily(short iconId);
  28.  
  29. #endif
  30.